We have a type for lists of GFiles. We invented it for DND.
Keep the annotation info, so bindings don't have to know this.
_gtk_marshal_INT__OBJECT_OBJECT_POINTER,
GDK_TYPE_DRAG_ACTION, 2,
G_TYPE_OBJECT,
- G_TYPE_POINTER /* GSList of GFile */ );
+ GDK_TYPE_FILE_LIST);
/*
* GtkPlacesSidebar::drag-action-ask:
_gtk_marshal_VOID__OBJECT_POINTER_INT,
G_TYPE_NONE, 3,
G_TYPE_OBJECT,
- G_TYPE_POINTER, /* GSList of GFile */
+ GDK_TYPE_FILE_LIST,
GDK_TYPE_DRAG_ACTION);
/*